home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / docs / readme < prev    next >
Text File  |  1979-12-31  |  2KB  |  52 lines

  1. # --------------------------------- readme ---------------------------------
  2.  
  3. #
  4. # This is part of the flight simulator 'fly8'.
  5. # Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  6. #
  7.  
  8. To install fly8, unpack the archive in a directory called fly8 (or
  9. whatever you prefer). You should have now the main directory with a
  10. number of sub-directories for the different platforms and a DOCS
  11. directory.
  12.  
  13.  If you are installing on a supported platform then use that directory
  14. and just add some extra switches to the programs when you find some
  15. minor incompatibilities.
  16.  
  17.  If this is a new platform then create a new sub-directory and copy into
  18. it the files from the most similar platform already supported.
  19.  
  20.  Now if you (say) are installing on a unix platform called MOON, do the
  21. following:
  22.  
  23. 1 Copy (or link) the file 'UNIX/makefile.top' to 'makefile' in the main
  24. directory.
  25.  
  26. 2 Edit 'makefile' so that these two lines now read:
  27.  
  28. SYSTEM= UNIX
  29. SFLAGS= -D$(SYSTEM) -DMOON
  30.  
  31.  Also adjust the libs as needed (SCO needs -lsocket):
  32.  
  33. LIBS = -lm -lX11
  34.  
  35.  
  36. 3 'UNIX/makefile' does a 'ranlib'. If you do not use it then comment that
  37. line.
  38.  
  39. 4 do 'make' in the main directory. Then do 'make install'.
  40.  
  41.  If all went ok then you now have 'fly8'. Try it by running 'fly' in the
  42. install directory (you should have X active or else set the DISPLAY
  43. environment variable to an X server display).
  44.  
  45.  If you have problems, edit as needed. Try and use '#ifdef MOON'
  46. whenever possible. If you have to change anything in the main directory
  47. then please email me about it. Also I will be glad to hear about any new
  48. port.
  49.  
  50.  For all bug reports, suggestions, questions etc. contact me by email.
  51.  
  52.